@charset "UTF-8";
/*共用样式*/
@font-face {
  font-family: 'iconfont';
  /* project id 455609 */
  src: url("../fonts/iconfont.woff"); }

.iconfont {
  font-family: iconfont !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale; }

.news_detail h3.title_bar .iconfont::before {
  content: '\e67a';
  margin-right: 5px; }

.top {
  width: 1200px;
  margin: 0 auto; }

.i-row {
  margin: 0 -15px; }

.fl {
  float: left; }

.fr {
  float: right; }

.di {
  _display: inline; }

.fwn {
  font-weight: normal; }

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px; }

/*头部*/
#header {
  position: relative; }
  #header .container {
    position: relative; }
  #header .logo {
      padding-top: 1%
   }
  #header .out-nav .nav1 li {
    line-height: 90px;
    height: 90px;
    text-align: center;
    width: 16.666%;
    float: left;
    position: relative;
    z-index: 999;
    font-size: 16px; }
    #header .out-nav .nav1 li a {
      display: block;
      color: #333; }
      #header .out-nav .nav1 li a:hover{
          color: #76010a
      }
  #header .out-nav .nav1 .dropdown {
    background: #01557a;
    color: #fff;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0px;
    display: none;
    width: 100%; }
    #header .out-nav .nav1 .dropdown a {
      background: #01557a;
      color: #fff;
      height: 38px;
      line-height: 38px; }
      #header .out-nav .nav1 .dropdown a:hover {
        background: #042d3f;
        text-decoration: none; }
  #header .s-box {
    line-height: 80px; }
    #header .s-box img {
      padding: 0 4%; }
    #header .s-box a {
      cursor: pointer; }

/*热门搜索*/
.yq_search {
  position: absolute;
  top: 90px;
  z-index: 9999;
  width: 100%;
  left: 0;
  display: none;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 6px #ccc;
  padding: 2% 0; }
  .yq_search #form_search {
    display: flex;
    justify-content: center; }
    .yq_search #form_search input {
      height: 40px;
      border: 1px solid #c8c8c8;
      line-height: 40px; }
      .yq_search #form_search input#sou_word {
        height: 40px;
        line-height: 40px;
        padding: 0 40px;
        color: #666; }
      .yq_search #form_search input#s_btn {
        width: 46px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #333;
        color: #fff;
        border: none;
        cursor: pointer; }

/*首页第一模块*/
.i-sou {
  background: url(../images/ss.jpg) no-repeat top center;
  height: 541px; }
  .i-sou form {
    padding-top: 295px;
    padding-left: 290px; }
    .i-sou form #sou_word {
      width: 448px;
      height: 48px;
      background: none;
      border: none;
      border-radius: 10px;
      text-indent: 26px; }
    .i-sou form #s_btn {
      width: 120px;
      height: 50px;
      border: none;
      background: none;
      text-align: center;
      color: #fff; }

/*首页关于我们*/
.i-about {
  background: url(../images/about.jpg) no-repeat top center;
  height: 720px; }
  .i-about h2 {
    font-size: 48px;
    font-weight: 100;
    padding-top: 200px;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .i-about .content {
    padding: 30px 120px 0 120px;
    color: #fff;
    opacity: .8;
    text-align: center;
    line-height: 35px; }
  .i-about a {
    display: block;
    width: 168px;
    line-height: 46px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #999999;
    margin: 0 auto;
    margin-top: 70px; }

/*首页产品*/
.i-product {
  position: relative; }
  .i-product h2 {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 50px; }
    
.i-product ul li{
    float: left;
    width: 300px;
}
.i-product ul li img{
    width: 100%
}

  .i-product .owl-carousel {
    margin-top: 60px; }
    .i-product .owl-carousel .owl-item {
      text-align: center;
      border: 1px solid transparent; }
      .i-product .owl-carousel .owl-item:hover {
        border: 1px solid #ccc; }
      .i-product .owl-carousel .owl-item h3 {
        font-size: 24px;
        color: #333;
        text-transform: uppercase;
        padding-top: 20px; }
      .i-product .owl-carousel .owl-item p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #686868; }
      .i-product .owl-carousel .owl-item .more {
        text-decoration: underline;
        margin-top: 26px;
        padding-bottom: 40px; }
  .i-product .owl-controls .owl-dots {
    display: none !important; }
  .i-product .owl-controls .owl-prev {
    width: 28px;
    height: 73px;
    background: url(../images/left.jpg) no-repeat top center !important;
    font-size: 0 !important;
    position: absolute;
    left: 0;
    top: 60px; }
  .i-product .owl-controls .owl-next {
    width: 28px;
    height: 73px;
    background: url(../images/right.jpg) no-repeat top center !important;
    font-size: 0 !important;
    position: absolute;
    right: 0;
    top: 60px; }

/*首页案例*/
.i-case {
  margin-top: 60px; padding-bottom:30px;}
  .i-case h2 {
    text-align: center;
    font-size: 30px;
    color: #333; }
  .i-case ul {
    margin-top: 46px; }
    .i-case ul li {
      width: 300px;
      float: left;
      position: relative; }
      .i-case ul li img {
        width: 100%; }
      .i-case ul li h3 {
        position: absolute;
        top: 70px;
        left: 42px;
        color: #fff;
        font-size: 24px;
        text-transform: uppercase; }
      .i-case ul li p {
        color: #fff;
        position: absolute;
        top: 104px;
        left: 42px; }
      .i-case ul li .bj {
        position: absolute;
        top: 0;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        display: none; }
      .i-case ul li:hover .bj {
        display: block;
        z-index: 9; }
      .i-case ul li:hover h3 {
        color: #fff;
        z-index: 9999; }
      .i-case ul li:hover p {
        color: #fff;
        z-index: 9999; }
  .i-case a.more {
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #c63753;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin: 53px auto 0; }

/**/
/*首页新闻*/
.i-news {
  background: #f2f2f2;
  padding: 47px 0;
  margin-top: 85px; }
  .i-news h2 {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-size: 30px; }
  .i-news ul {
    margin-top: 46px; }
    .i-news ul li {
      width: 50%;
      background: #fff;
      float: left; }
      .i-news ul li h3 {
        padding-top: 164px;
        text-align: center;
        color: #333;
        font-size: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .i-news ul li p {
        text-align: center;
        color: #666;
        font-size: 16px;
        padding-top: 64px; }
      .i-news ul li:nth-child(1) .img1, .i-news ul li:nth-child(2) .img1 {
        float: left;
        width: 50%;overflow:hidden; }
      .i-news ul li:nth-child(1) .nei, .i-news ul li:nth-child(2) .nei {
        width: 50%;
        float: right; }
      .i-news ul li:nth-child(3) .img1, .i-news ul li:nth-child(4) .img1 {
        float: right;overflow:hidden; }
      .i-news ul li:nth-child(3) .nei, .i-news ul li:nth-child(4) .nei {
        width: 50%; }
        .i-news ul li .mo{
            display: block;
            width: 200px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            margin: 20px auto 0;
            text-align: center;
            color: #333;
            border:1px solid #ccc;
           
            transition: all 1s;
            position: relative;
            top: 10px;
            opacity: 0;
        }
        
        .i-news ul li img{
            transition: all 0.5s;
        }
        .i-news ul li:hover img{
            transform:scale(1.1);
        }
        .i-news ul li:hover .mo{
            opacity: 1;
            top: 0;
        }
  .i-news a.more {
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #c63753;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin: 53px auto 0; }

.i-contact {
  height: 555px;
  background: url(../images/contact.jpg) no-repeat top center; }
  .i-contact h2 {
    padding-top: 150px;
    text-align: center;
    font-size: 30px;
    color: #333;
    text-transform: uppercase; }
  .i-contact .content {
    text-align: center;
    padding-top: 18px;
    line-height: 34px;
    font-size: 16px;
    height: 182px;
    overflow: hidden; }
  .i-contact a.more {
    display: block;
    width: 200px;
    height: 46px;
    margin: 52px auto 0; }

.gao-back {
  height: 56px;
  background: #f1f1f1; }

.news_company {
  width: 280px;
  float: right; }
  .news_company .news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff; }
  .news_company .content {
    padding: 5px; }

.navigation {
  float: right;
  width: 100px; }

.index-title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff; }

.index-table td {
  border: solid #add9c0;
  border-width: 0px 1px 1px 0px;
  padding: 10px 5px; }

.index-table {
  border: solid #add9c0;
  border-width: 1px 0px 0px 1px;
  margin-top: 10px; }

/*首页左侧联系我们*/
.contact {
  width: 218px;
  float: left;
  padding-bottom: 5px;
  margin-top: 10px; }
  .contact .contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff; }
  .contact .content {
    padding: 5px;
    padding-left: 8px; }

/*工程案例*/
.case {
  width: 460px;
  float: left;
  margin-left: 12px;
  padding-bottom: 5px;
  margin-top: 10px; }
  .case .case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff; }
  .case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px; }

.news2_company {
  margin-top: 10px; }

.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }
  .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index: 1; }
    .slideBox .hd ul {
      overflow: hidden;
      zoom: 1;
      width: 100%;
      text-align: center; }
      .slideBox .hd ul li {
        display: inline-block;
        margin-right: 2px;
        width: 15px;
        height: 15px;
        line-height: 14px;
        text-align: center;
        background: #fff;
        cursor: pointer; }
        .slideBox .hd ul li.on {
          background: #f00;
          color: #fff; }
  .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0; }
    .slideBox .bd li {
      zoom: 1;
      vertical-align: middle; }
      .slideBox .bd li img {
        width: 100%;
        height: auto;
        display: block; }
  .slideBox .prev,
  .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5; }
    .slideBox .prev:hover,
    .slideBox .next:hover {
      filter: alpha(opacity=100);
      opacity: 1; }
  .slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px; }

/*产品推荐*/
.recommend_product {
  margin-top: 10px;
  width: 692px;
  float: left; }
  .recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff; }
  .recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px; }

/*前台多页签*/
.news {
  width: 1200px;
  margin-top: 10px; }
  .news .hd {
    position: relative; }
    .news .hd li {
      display: inline-block;
      width: 100px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #ccc;
      margin-right: 8px;
      text-align: center;
      color: #333;
      font-size: 12px;
      cursor: pointer; }
      .news .hd li.on {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        background: #95a9dc;
        border-color: #95a9dc; }
  .news .bd li {
    width: 100%; }
    .news .bd li span {
      float: right; }

/*友情链接*/
.f_link {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 40px;
  text-indent: 20px;
  font-size: 14px;
  background: #95a9dc;
  color: #fff; }

/*页面底部*/
footer {
  background: #fafafa;
  padding: 30px 0 14px 0; }
  footer .nav_foot li {
    width: 25%;
    text-align: left;
    float: left;
    text-indent: 48px; }
    footer .nav_foot li a {
      display: block;
      font-size: 20px;
      color: #333; }
    footer .nav_foot li .dropdown {
      margin-top: 18px; }
      footer .nav_foot li .dropdown a {
        font-size: 14px;
        color: #666;
        line-height: 28px; }

/*内页公用*/
.ny_all {
  padding-top: 30px; }

.ny_left_top {
  width: 20%;
  float: left; }
  .ny_left_top h3 {
    line-height: 41px;
    text-align: center;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    background: #333; }
  .ny_left_top .ny_menu {
    padding: 10px;
    border: 1px solid #ccc; }
    .ny_left_top .ny_menu .n-news-list {
      font-size: 14px; }
      .ny_left_top .ny_menu .n-news-list li {
        line-height: 28px; }
        .ny_left_top .ny_menu .n-news-list li::before {
          content: '';
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          vertical-align: middle;
          margin-right: 4px;
          background: #999; }

.out-foot {
  background: #fafafa;
  color: #676767;
  font-size: 14px;
  line-height: 54px;
  border-top: 1px solid #ededed; }
  .out-foot a {
    color: #676767;
    font-size: 14px; }

.ny_banner {
  width: 100%;
  margin: 0 auto; }
  .ny_banner img {
    width: 100%; }

.sort_product {
  margin-top: 10px; }

.ny_contact {
  margin-top: 10px; }
  .ny_contact .content {
    padding: 5px;
    line-height: 24px; }

.ny_right_top {
  width: 78%;
  padding-bottom: 10px;
  float: right; }

.ny_ding {
  padding: 10px 0; }
  .ny_ding .site {
    text-align: left;
    line-height: 30px;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
    font-size: 14px; }

.ny_right_top .content {
  padding-top: 15px;
  overflow: hidden;
  line-height: 24px;font-size:14px; }
  .ny_right_top .content .content {
    padding: 10px; }

/*内页分类样式*/
.ny_sort li {
  position: relative;
  z-index: 999; }
  .ny_sort li:last-child a {
    margin-bottom: 0; }
  .ny_sort li a {
    color: #333;
    display: block;
    line-height: 39px;
    font-family: "微软雅黑";
    text-align: center;
    font-size: 14px;
    background: #fafafa;
    margin-bottom: 10px; }
    .ny_sort li a:hover {
      background: #8392bd; }
  .ny_sort li .about_b {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 210px;
    background: #999;
    z-index: 9999; }
  .ny_sort li .layer2 {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 218px;
    padding: 10px;
    background: #ccc;
    z-index: 9999; }
    .ny_sort li .layer2 li {
      overflow: hidden; }
      .ny_sort li .layer2 li a {
        font-weight: normal;
        background: none; }
        .ny_sort li .layer2 li a:hover {
          text-decoration: none;
          color: #333; }
      .ny_sort li .layer2 li .layer3 li {
        margin: 6px 0px;
        line-height: 24px;
        padding-left: 10px; }
        .ny_sort li .layer2 li .layer3 li a {
          font: normal 12px/24px "微软雅黑";
          background: none; }
        .ny_sort li .layer2 li .layer3 li .layer4 li {
          margin: 6px 0px;
          line-height: 24px;
          padding-left: 15px; }
          .ny_sort li .layer2 li .layer3 li .layer4 li a {
            font: normal 12px/24px "微软雅黑";
            background: none; }

.i-container {
  margin-top: 20px; }

/*内页新闻*/
.ny_news_list li {
  line-height: 27px;
  position: relative;
  margin: 20px 0; }
  .ny_news_list li a.more {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    width: 86px;
    text-align: center;
    float: right;
    color: #65beba;
    border-radius: 4px; }
  .ny_news_list li h3 {
    font-size: 14px;
    margin: 10px 0;
    color: #323232; }
    .ny_news_list li h3 a {
      color: #323232; }
      .ny_news_list li h3 a:HOVER {
        color: #65beba; }
  .ny_news_list li p {
    line-height: 22px;
    font-size: 14px;
    color: #666666; }

/*内页产品列表*/
.ny_product_list li {
  width: 33%;
  position: relative;
  float: left;
  overflow: hidden;
  padding: 0 15px; }
  .ny_product_list li img {
    width: 100%;
    height: auto; }
    
    
  .ny_product_list li h3 {
    text-align: center;
    line-height: 40px; }
    .ny_product_list li h3 a {
      color: #333;
      font-size: 14px; }

/*内页留言*/
.f_message {
  padding: 30px; }
  .f_message .m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 40px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
    left: 118px; }
  .f_message .c_label {
    line-height: 18px;
    padding-top: 12px; }
  .f_message ul li {
    text-align: center;
    width: 440px;
    position: relative;
    margin-top: 20px; }
    .f_message ul li p {
      float: left;
      font-size: 14px;
      text-align: right;
      width: 100px;
      position: relative; }
      .f_message ul li p.bix::before {
        content: '*';
        color: red;
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 12px; }
    .f_message ul li textarea {
      width: 333px;
      float: right;
      border: 1px solid #e4e4e4;
      line-height: 40px;
      height: 120px; }
    .f_message ul li .code_img {
      margin-left: 18px;
      visibility: hidden; }
    .f_message ul li input {
      width: 333px;
      float: right;
      border: 1px solid #e4e4e4;
      line-height: 40px; }
      .f_message ul li input#contact {
        height: 40px; }
      .f_message ul li input#name {
        height: 40px; }
      .f_message ul li input#checkcode {
        width: 170px; }
      .f_message ul li input#msgbtn {
        background: #088b3f; }
